Title: Self-hosted WordPress with FTP/TLS
Last modified: August 30, 2016

---

# Self-hosted WordPress with FTP/TLS

 *  [Șerban](https://wordpress.org/support/users/zionptm/)
 * (@zionptm)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/self-hosted-wordpress-with-ftptls/)
 * I have a server configured with FTP with TLS, I have configured FTP user and 
   password in wp-config.php but WordPress doesn’t connect, probably because it 
   has to accept the self-signed certificate. The problem is I get no prompt for
   this, like I do with Filezilla, for example.
 * Is there any way to solve this?

Viewing 5 replies - 1 through 5 (of 5 total)

 *  [wpfan1000](https://wordpress.org/support/users/wpfan1000/)
 * (@wpfan1000)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/self-hosted-wordpress-with-ftptls/#post-6486786)
 * Please show your FTP user and password code in wp-config.php
 *  Thread Starter [Șerban](https://wordpress.org/support/users/zionptm/)
 * (@zionptm)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/self-hosted-wordpress-with-ftptls/#post-6486787)
 * I already did this with:
 *     ```
       define('FTP_HOST', 'xxxxxx');
       define('FTP_USER', 'xxxxxuserxxx');
       define('FTP_PASS', 'xxxxpassxxxx');
       define('FTP_SSL', false);
       ```
   
 * I also tried with FTP_SSL true, but nothing changed.
 *  [wpfan1000](https://wordpress.org/support/users/wpfan1000/)
 * (@wpfan1000)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/self-hosted-wordpress-with-ftptls/#post-6486791)
 * Have you reviewed
    [http://codex.wordpress.org/Editing_wp-config.php#WordPress_Upgrade_Constants](http://codex.wordpress.org/Editing_wp-config.php#WordPress_Upgrade_Constants)
 * There are quite a few other constants there.
 * Looking at articles and posts about this issue,
    ‘FS_METHOD’ needs to be set,
   and the codex also explains that this should be changed if you have problems….
 *  Thread Starter [Șerban](https://wordpress.org/support/users/zionptm/)
 * (@zionptm)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/self-hosted-wordpress-with-ftptls/#post-6486792)
 * Yes, doesn’t work with any of direct, ftpext, ftpsockets….
 *  [wpfan1000](https://wordpress.org/support/users/wpfan1000/)
 * (@wpfan1000)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/self-hosted-wordpress-with-ftptls/#post-6486795)
 * Ok, sorry, but I don’t know what else to suggest….

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Self-hosted WordPress with FTP/TLS’ is closed to new replies.

## Tags

 * [ftp](https://wordpress.org/support/topic-tag/ftp/)
 * [TLS](https://wordpress.org/support/topic-tag/tls/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 5 replies
 * 2 participants
 * Last reply from: [wpfan1000](https://wordpress.org/support/users/wpfan1000/)
 * Last activity: [10 years, 8 months ago](https://wordpress.org/support/topic/self-hosted-wordpress-with-ftptls/#post-6486795)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
