For the most part, yes, but for maximum security, I would recommend in addition to using HTTPS, I would recommend setting up an SSL server configuration to use a signed certificate and using the following SSL configurations:
SSLProtocol -ALL +SSLv3 +TLSv1
SSLCipherSuite ALL:!ADH:RC4+RSA:+HIGH:+MEDIUM:!LOW:!SSLv2:!EXPORT
Also use SSL version 3. If possible,
source
share