Auto Handshake certificate ethernet

yes my code for ESP8266WiFi :

WiFiClientSecure espClient;
PubSubClient client(espClient);
espClient.setInsecure();

if (!client.connected()) {
Serial.print("Attempting MQTT connection...");
// Attempt to connect

if (client.connect("", Orphic.Server_User, Orphic.Server_Pass))
{ //serial //user //pass

.
.
.

i have used these codes for connection with wifi
and it works with out any problems
but i have problems with getting certificate ssl (Handshake) with ethernet (enc28j60)